Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ajalt-mordant from 2.6.0 to 2.7.0 #451

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps ajalt-mordant from 2.6.0 to 2.7.0.
Updates com.github.ajalt.mordant:mordant from 2.6.0 to 2.7.0

Release notes

Sourced from com.github.ajalt.mordant:mordant's releases.

2.7.0

select_list

Added

  • Added raw mode support for reading keyboard and mouse events. See the docs for details. This feature is currently supported on all targets except JS, wasmJS, macOS arm64, and Graal Native Image.
  • Added Terminal.interactiveSelectList, Terminal.interactiveMultiSelectList, and InteractiveSelectListBuilder that let you pick one or more items from a list using the arrow keys.

Changed

  • Update Kotlin to 2.0.0

Fixed

  • Fix animations to correctly clear the last frame when animating a non-rectangular widget that changes size.
  • Fix closing bold and dim styles when one is nested in the other.
  • Fix NoClassDefFoundError in terminal detection on some platforms.
Changelog

Sourced from com.github.ajalt.mordant:mordant's changelog.

2.7.0

Added

  • Added raw mode support for reading keyboard and mouse events. See the docs at https://ajalt.github.io/mordant/ for details. This feature is currently supported on all targets except JS, wasmJS, and Graal Native Image.
  • Added Termianl.interactiveSelectList, Terminal.interactiveMultiSelectList, and InteractiveSelectListBuilder that let you pick one or more items from a list using the arrow keys.

Changed

  • Update Kotlin to 2.0.0

Fixed

  • Fix animations to correctly clear the last frame when animating a non-rectangular widget that changes size.
  • Fix closing bold and dim styles when one is nested in the other.
  • Fix NoClassDefFoundError in terminal detection on some platforms.
Commits
  • 3eac581 Reelase version 2.7.0
  • 44b88fa Relax entries methods on select builder to take iterables (#179)
  • addb257 Add all imports to the first example in guide.md (#178)
  • 415e4fd Split linux and apple native implementations (#177)
  • fbc5b85 Catch all exceptions in runningInIdeaJavaAgent (#176)
  • 23c9ba4 Disable raw mode on windows nativeimage
  • e4d97be Update graal metadata
  • 484d428 Fix tests on wasmJs
  • cab0b8f Ignore termios fields we don't modify
  • 6cabc78 Convert number types on posix native
  • Additional commits viewable in compare view

Updates com.github.ajalt.mordant:mordant-coroutines from 2.6.0 to 2.7.0

Release notes

Sourced from com.github.ajalt.mordant:mordant-coroutines's releases.

2.7.0

select_list

Added

  • Added raw mode support for reading keyboard and mouse events. See the docs for details. This feature is currently supported on all targets except JS, wasmJS, macOS arm64, and Graal Native Image.
  • Added Terminal.interactiveSelectList, Terminal.interactiveMultiSelectList, and InteractiveSelectListBuilder that let you pick one or more items from a list using the arrow keys.

Changed

  • Update Kotlin to 2.0.0

Fixed

  • Fix animations to correctly clear the last frame when animating a non-rectangular widget that changes size.
  • Fix closing bold and dim styles when one is nested in the other.
  • Fix NoClassDefFoundError in terminal detection on some platforms.
Changelog

Sourced from com.github.ajalt.mordant:mordant-coroutines's changelog.

2.7.0

Added

  • Added raw mode support for reading keyboard and mouse events. See the docs at https://ajalt.github.io/mordant/ for details. This feature is currently supported on all targets except JS, wasmJS, and Graal Native Image.
  • Added Termianl.interactiveSelectList, Terminal.interactiveMultiSelectList, and InteractiveSelectListBuilder that let you pick one or more items from a list using the arrow keys.

Changed

  • Update Kotlin to 2.0.0

Fixed

  • Fix animations to correctly clear the last frame when animating a non-rectangular widget that changes size.
  • Fix closing bold and dim styles when one is nested in the other.
  • Fix NoClassDefFoundError in terminal detection on some platforms.
Commits
  • 3eac581 Reelase version 2.7.0
  • 44b88fa Relax entries methods on select builder to take iterables (#179)
  • addb257 Add all imports to the first example in guide.md (#178)
  • 415e4fd Split linux and apple native implementations (#177)
  • fbc5b85 Catch all exceptions in runningInIdeaJavaAgent (#176)
  • 23c9ba4 Disable raw mode on windows nativeimage
  • e4d97be Update graal metadata
  • 484d428 Fix tests on wasmJs
  • cab0b8f Ignore termios fields we don't modify
  • 6cabc78 Convert number types on posix native
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `ajalt-mordant` from 2.6.0 to 2.7.0.

Updates `com.github.ajalt.mordant:mordant` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/ajalt/mordant/releases)
- [Changelog](https://github.com/ajalt/mordant/blob/master/CHANGELOG.md)
- [Commits](ajalt/mordant@2.6.0...2.7.0)

Updates `com.github.ajalt.mordant:mordant-coroutines` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/ajalt/mordant/releases)
- [Changelog](https://github.com/ajalt/mordant/blob/master/CHANGELOG.md)
- [Commits](ajalt/mordant@2.6.0...2.7.0)

---
updated-dependencies:
- dependency-name: com.github.ajalt.mordant:mordant
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.ajalt.mordant:mordant-coroutines
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Changes that affect dependencies gradle Gradle changes labels Jul 1, 2024
@dependabot dependabot bot requested a review from sureshg July 1, 2024 19:56
@github-actions github-actions bot merged commit da72563 into main Jul 1, 2024
8 of 11 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/ajalt-mordant-2.7.0 branch July 1, 2024 19:56
Copy link

sonarcloud bot commented Jul 1, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that affect dependencies gradle Gradle changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants